projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
558f81a
)
Revert (undocumented) 2008-08-20 change adding LDFLAGS to GNUstep CC invocation.
author
Chong Yidong
<cyd@stupidchicken.com>
Thu, 28 Aug 2008 19:35:47 +0000
(19:35 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Thu, 28 Aug 2008 19:35:47 +0000
(19:35 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 33a5113aa0654051e18cff3c2280cf77523ce483..e6fefd6e1867fbd95529c8e5f63c2dd5d08c74d8 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-940,7
+940,7
@@
temacs${EXEEXT}: $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJ
echo "${obj} ${otherobj} " OBJECTS_MACHINE > buildobj.lst
#ifdef NS_IMPL_GNUSTEP
$(CC) -rdynamic YMF_PASS_LDFLAGS ( ${TEMACS_LDFLAGS} \
- -L@GNUSTEP_SYSTEM_LIBRARIES@
$(LDFLAGS)
-lgnustep-gui -lgnustep-base \
+ -L@GNUSTEP_SYSTEM_LIBRARIES@ -lgnustep-gui -lgnustep-base \
-lobjc $(CONFIG_SYSTEM_LIBS) -lpthread ) -o temacs \
${obj} ${otherobj} OBJECTS_MACHINE ${LIBES}
#else